OSS-Fuzz initial integration (#216)
authorRandy <randy408@protonmail.com>
Fri, 29 Jan 2021 18:54:58 +0000 (19:54 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Jan 2021 18:54:58 +0000 (13:54 -0500)
commitc17ea5dfefcad1085b1b0cea9456709c8c3611a8
tree246131c5a424290598dfd580d3e9615db7547712
parent610730f2314f4cdb52c64e2ef78a9d5d69402b66
OSS-Fuzz initial integration (#216)

* add fuzz target

* update fuzzer

* add fuzzer to build with basic entry point

* add build script

* cleanup

* build fuzz target using cmake in oss-fuzz env

* ossfuzz.sh add newline

* update build
CMakeLists.txt
test/fuzz_main.c [new file with mode: 0644]
test/fuzzer.c [new file with mode: 0644]
test/ossfuzz.sh [new file with mode: 0755]